home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
guide04.dir
/
00005_Script_fr loop4
< prev
next >
Wrap
Text File
|
1996-01-17
|
305b
|
16 lines
on exitFrame
global PathSepChar
if the timer < (3 * 60) OR soundBusy(1) then
go to the frame
else
put the PathName & "AUDIO" & PathSepChar & "RS03.AIF" into WhichSound
sound Playfile 1, WhichSound
set the timer = 0
StartTimer
go to "Loop5"
end if
end